home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MasterMind.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-05  |  99 b   |  7 lines

  1. on(press){
  2.    this.swapDepths(10000);
  3.    this.startDrag();
  4.    x = this._x;
  5.    y = this._y;
  6. }
  7.